-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update packaging script to Java 14 #2227
base: master
Are you sure you want to change the base?
Conversation
@qparis if it works, just go for it. I really don't know what's wrong with Codacy currently. |
I've recompiled the local repo after swaping the .sh file with the one from this PR and I get this error:
|
@qparis what about this PR? |
With the current version, jlink complains about differing hashes for java.xml. |
Is it a blocker? |
Yes, it aborts. |
What is the exact error? |
Probably some version conflict |
As described in #2279, using a different JDK version avoids the hash issues with the native Ubuntu OpenJDK. |
I had to install binutils but still it doesn't work as expected. |
In my opinion we could use GitHub Actions to automatically create installers for the basic platforms. What do you think? |
Maybe we should change our CI to actions completely. Let's discuss it in a separate issue. |
Sure. Do you want to open an issue for this? |
@mador shall we merge this nevertheless? |
If I understand your earlier comments correctly the changed script didn't work for you right? |
Then let's keep it open. |
On the latest commit I get this error:
5.4.0-64-generic #72-Ubuntu SMP Fri Jan 15 10:27:54 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Update: Getting the same error on latest commit. |
Could you update this to Java 17? |
No description provided.